Graphics.DrawObject Method

Draw the passed Object2D object. The optional parameters DeltaX and DeltaY are offsets from the top-left corner of the Graphics object.

Syntax

Graphics.DrawObject Object, [DeltaX], [DeltaY]

Parameters

Object

Object2D

DeltaX

Integer (Optional)

DeltaY

Integer (Optional)